home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / pm / valueset.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  353 b   |  21 lines

  1. #ifndef _VALUESET_H_
  2. #define _VALUESET_H_
  3.  
  4. #ifndef _WINDOW_H_
  5. #include <pm/FactoryWindow.h>
  6. #endif
  7.  
  8. @interface ValueSet : FactoryWindow
  9. {
  10. }
  11.  
  12. -initWithId: (ULONG) anId andFlags: (ULONG) flags in: (Window *) parent;
  13. -read: (TypedStream *) aStream;
  14. -write: (TypedStream *) aStream;
  15. -awake;
  16. -createInPMWindow: (HWND) hwnd;
  17.  
  18. @end
  19.  
  20. #endif
  21.